home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: FW_CString
- Sent: 8/20/96 8:40 AM
- Received: 8/20/96 9:16 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >There does not appear to be a coversion for FW_CString to and from a
- >pascal string. Why is that? After all this is the Mac!
- >
- >Walter
-
- To export use FW_CString::ExportPascal and to import use
- FW_CString::ReplaceAll(FW_PascalChar* buffer) or the constructor taking a
- const char* and a FW_ByteCount.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-